home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / winfsp12.zip / WINFSP12.TXT < prev   
Text File  |  1993-08-10  |  2KB  |  53 lines

  1.                 WINFSP V1.2
  2.                 ===========
  3.  
  4. This is a simple FSP download application which uses WINSOCK.DLL and is
  5. freeware. There are three files contained within this archive:-
  6.  
  7. WINFSP.EXE    - The download program, place anywhere.
  8. WINFSP.INI    - Site list, place in the windows directory.
  9. ERROR.DLL    - Error reporting DLL used for debugging, place with WINFSP.
  10.  
  11.  
  12. The WINFSP.INI file
  13. -------------------
  14.  
  15. The format of the WINFSP.INI is very simple. There is a list of all of the
  16. known sites under the section [Host List]. Each site MUST be followed by
  17. a single equals sign (=). For each site listed, there is a section detailing
  18. the ip address and port. E.g.
  19.  
  20. [Host List]
  21. London=
  22.  
  23. [London]
  24. HostIP=src.doc.ic.ac.uk
  25. Port=21
  26.  
  27. The HostIP can be either an name or set of numbers (a.b.c.d).
  28.  
  29.  
  30. Using WINFSP
  31. ------------
  32.  
  33. To use, select the site you wish to connect to. WINFSP will then download
  34. the root directory for that site. You can then double-click on directories
  35. which it will fetch and cache. Clicking on '..' moves up one level in the
  36. hierarchy. Clicking on '.' (or pressing "refresh") causes WINFSP to remove
  37. the current (and all sub) directory from the cache and re-read it. Press
  38. "Get all Sub Dirs" and all of the sub directories below the current will
  39. be fetched and cached.
  40.  
  41. Double click on a file and WINFSP will download it. Or, select several files
  42. and use "Fetch file(s)". If you select "Prompt before saving" a dialog box
  43. will appear asking for the name/location of the file. Otherwise the file(s)
  44. will be placed in the current directory.
  45.  
  46. The program is capable of resuming an interrupted file transfer. If you leave
  47. "append to existing files" checked, WINFSP will determine if the file you are
  48. trying to download has already been partially downloaded and continue from
  49. where it left off if it can.
  50.  
  51. Thats it! Any comments/bugs/praise to:        ih@ecs.soton.ac.uk
  52.  
  53.